﻿/* Use this CSS-file to override any styles set by system-default */



/**  
 *   STYLESHEET IMPORTS
 **/

@import url("//fonts.googleapis.com/css?family=Ubuntu:400,300,500,700");
/*@import url("//impleo.cgsystems.dk/css/afdeling72.css");*/


@font-face{
font-family:proximanova-bold-webfont;
src:url(fonts/proximanova-bold-webfont.eot);
src:url(fonts/proximanova-bold-webfont.eot?#iefix) format("embedded-opentype"),
  url(fonts/proximanova-bold-webfont.woff) format("woff"),
  url(fonts/proximanova-bold-webfont.woff2) format("woff2"),
  url(fonts/proximanova-bold-webfont.ttf) format("truetype"),
  url(fonts/proximanova-bold-webfont.svg#svgFontName) format("svg");
font-weight:normal;
font-style:normal}

@font-face{
  font-family:proximanova-light-webfont;
src:url(fonts/proximanova-light-webfont.eot); /* IE9 Compat Modes */
src:url(fonts/proximanova-light-webfont.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
    url(fonts/proximanova-light-webfont.woff) format("woff"), /* Modern Browsers */
    url(fonts/proximanova-light-webfont.ttf)  format("truetype"), /* Safari, Android, iOS */
    url(fonts/proximanova-light-webfont.svg#svgFontName) format("svg"); /* Legacy iOS */
font-weight:normal;
font-style:normal}
 
 
@font-face {
  font-family:proximanova-regular-webfont;
  src: url(fonts/proximanova-regular-webfont.eot); /* IE9 Compat Modes */
  src: url(fonts/proximanova-regular-webfont.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/proximanova-regular-webfont.woff) format('woff'), /* Modern Browsers */
     url(fonts/proximanova-regular-webfont.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/proximanova-regular-webfont.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: normal;
   font-style: normal;
 }

@font-face {
  font-family:proximanova-regularitalic-webfont;
  src: url(fonts/proximanova-regularitalic-webfont.eot); /* IE9 Compat Modes */
  src: url(fonts/proximanova-regularitalic-webfont.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/proximanova-regularitalic-webfont.woff) format('woff'), /* Modern Browsers */
     url(fonts/proximanova-regularitalic-webfont.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/proximanova-regularitalic-webfont.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: normal;
   font-style: normal;
 }
 
 @font-face {
  font-family:proximanova-semibold-webfont;
  src: url(fonts/proximanova-semibold-webfont.eot); /* IE9 Compat Modes */
  src: url(fonts/proximanova-semibold-webfont.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/proximanova-semibold-webfont.woff) format('woff'), /* Modern Browsers */
     url(fonts/proximanova-semibold-webfont.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/proximanova-semibold-webfont.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: normal;
   font-style: normal;
 }
 
  @font-face {
  font-family:proximanovat-thin-webfont;
  src: url(fonts/proximanovat-thin-webfont.eot); /* IE9 Compat Modes */
  src: url(fonts/proximanovat-thin-webfont.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/proximanovat-thin-webfont.woff) format('woff'), /* Modern Browsers */
     url(fonts/proximanovat-thin-webfont.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/proximanovat-thin-webfont.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: normal;
   font-style: normal;
 }



 
 /* Use this CSS-file to override any styles set by system-default */
 
 
 
body {
  font-family: 'proximanova-regular-webfont';
  background: #ffffff;
  padding-top: 53px;
  background-color: #ffffff;

  /* Space for navbar */ }
  
  body.customize-page {
    background: #ffffff;
}
  
  
  @media (min-width: 768px) {
    body {
      margin-bottom: 125px;
      /* Space for sticky footer */ } }
      
            h1, h2, h3, h4, h5, h6 {
  font-family: 'proximanova-regular-webfont', 'Georgia', 'sans-serif';
  
   }

      

/**  
 *   STYLESHEET EXPORT
 **/

 
 
.navbar {
    background: #000000;
    border: transparent;
    border-top: 3px solid #000000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}



.btn-primary {
    font-family: 'proximanova-regular-webfont';
    background: #e0ac16;
    border-color: #e0ac16;
}

a {
    color: #000000;
}

.navbar .navbar-nav > li > a.navbar-nav-cart {
    background: #e0ac16;
    color: white;
    font-weight: 700;
}


.login-page-heading {
    color: white;
    font-weight: 700;
    text-align: center;
    margin: 50px 0 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 50px;
    font-family: 'proximanova-bold-webfont';
}

.login-page-description {
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    margin: 0 0 40px;
    font-size: 36px;
    font-family: 'proximanova-bold-webfont';
}

.navbar .navbar-nav > .active > a {
    color: #e0ac16;
    background: transparent !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #000000;
}

.cart-price {
    color: #8a6d3b;
    float: right;
    margin: 0;
}

.btn-success {
    color: #fff;
    background-color: #e0ac16;
    border-color: #000000;
}

.panel-preview-price {
    color: #2f4589;
}

.text-success {
    color: #8a6d3b!important;
}

.panel-options .total-price {
    color: #000000;
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 3px;
}

.section-products {
    background: white;
    border-bottom: 0px solid #ddd;
}

.panel-product-image {
    margin: 0 auto;
    display: block;
    height: 200px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.panel-preview-illustrations .panel-product-image {
    margin: 20px auto;
    display: block;
    height: 100px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.section {
    padding: 50px 0 0;
    background-color: #ffffff;
}

.panel-product-heading {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 41px;
    max-height: 42px;
    overflow: hidden;
}
.section-breadcrumbs {
    background: white;
    padding: 0;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.carousel-caption p {
    font-size: 31px;
}
.btn-link {
    color: #164094;
    text-decoration: none !important;
}

.dropdown-menu > li > a {
    color: #164094;
    font-weight: bold;
    padding: 10px 15px !important;
}

#impleomenu-cat > li > div > ul > li > a.k-link {
    background-color: transparent!important;
    color: #164094;
    transition: all 0.3s ease;
}

.k-menu .k-link.k-state-active {
    background-color: #e0ac16;
    color: #fff;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #164094;
}

.k-state-active {
    color: #cecece !important;
    background: #00b2e2 !important;
}

.btn-primary:hover {
    font-family: 'proximanova-regular-webfont';
    background: #3f444e;
    border-color: #164094;
}

.btn-link {
    color: #164094;
    text-decoration: none !important;
}

.navbar .navbar-nav > li > a {
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.panel-preview-large a {
    outline: none !important;
    position: relative;
    width: 60%;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 auto;
    display: block;
    border: solid 1px #dcdcdc !important;
    cursor: zoom-in;
}

/* Footer */

@media (min-width: 768px) {
  .footer {
    min-height: 100px;
  } 
  .footer-links {
    float: left;
    position: relative;
    left: 350px;
    top: 70px;
  }
  .footer-links a{
    padding-right: 25px;
  }
  .footer-contact{
    position: relative; 
    left: -325px;
  }
}

@media (max-width: 767px) {
.footer-links a {
  padding: 0px 0 15px;
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 15px -15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  }
}


.panel-product-text {
  display: block; /* Fjerner  dublet kategori-tekst*/
}

.footer {
    font-size: 13px;
    padding: 0;
    background: #636466;
    color: white;
}

.footer-credits {
  line-height: 57px;
  margin: 0;
}

.footer-contact {
  line-height: 20px;
  margin: 0;
  padding-top: 10px;
}

.footer a{
  color: #FFF;
}

.footer a:hover{
  background-color: transparent;
  text-decoration: underline;
}

.footer-contact strong:first-child{
  font-size: 15px;
}

/* Carousel */

@media (min-width: 768px) {
.carousel-fullheight {  
  position: absolute;
  bottom: 40px;
  }
}

.jumbotron-inner {
    background-color: rgb(0 0 0 / 0%);
    background-image: none;
    padding: 50px 0;
}